home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / magic_eg.swf / scripts / DefineButton2_63 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2011-06-09  |  175 b   |  8 lines

  1. on(release){
  2.    topname = eval("/:name");
  3.    topscore = eval("/:score");
  4.    topword = eval("/:word");
  5.    toptype = "coloregg";
  6.    getURL("top10.php","_self","POST");
  7. }
  8.